11 lines
164 B
C
11 lines
164 B
C
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
struct BaseInfoCat
|
|
{
|
|
DWORD headerStyleAddr;
|
|
DWORD headerNamePrintAddr;
|
|
};
|
|
|
|
void InitBaseInfoSpacingFix();
|