ultimatepp/bazaar/SysInfo/OSwin.h
koldo c3c9e0727f *SysInfo: Solved problem in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@13646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-16 05:56:53 +00:00

18 lines
320 B
C

#ifndef _SysInfo_OSwin_h_
#define _SysInfo_OSwin_h_
typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO);
typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD);
#ifdef __cplusplus
extern "C" {
#endif
PGNSI Get_GetNativeSystemInfo();
PGPI Get_GetProductInfo();
#ifdef __cplusplus
}
#endif
#endif