latest SDK
This commit is contained in:
10
libPPUI/ppresources.h
Normal file
10
libPPUI/ppresources.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class CPPUIResources {
|
||||
public:
|
||||
static UINT get_IDI_SCROLL()
|
||||
#ifdef IDI_SCROLL
|
||||
{ return IDI_SCROLL; }
|
||||
#endif
|
||||
;
|
||||
};
|
||||
Reference in New Issue
Block a user