Initial public release of rem-essentials
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
struct BaseInfoCat
|
||||
{
|
||||
DWORD headerStyleAddr;
|
||||
DWORD headerNamePrintAddr;
|
||||
};
|
||||
|
||||
void InitBaseInfoSpacingFix();
|
||||
Reference in New Issue
Block a user