diff options
Diffstat (limited to 'ldmicro/lib/linuxUI/linuxUI.h')
-rw-r--r-- | ldmicro/lib/linuxUI/linuxUI.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ldmicro/lib/linuxUI/linuxUI.h b/ldmicro/lib/linuxUI/linuxUI.h index 920dcce..18afd60 100644 --- a/ldmicro/lib/linuxUI/linuxUI.h +++ b/ldmicro/lib/linuxUI/linuxUI.h @@ -30,16 +30,16 @@ /// data types -typedef struct OpenFileInfoData { - DWORD lStructSize; - HWID parentWindow; - LPCTSTR lpstrFilter; - LPTSTR lpstrFile; - DWORD nMaxFile; - LPCTSTR lpstrTitle; - DWORD Flags; - LPCTSTR lpstrDefExt; -} OPENFILENAME; +// typedef struct OpenFileInfoData { +// DWORD lStructSize; +// HWID parentWindow; +// LPCTSTR lpstrFilter; +// LPTSTR lpstrFile; +// DWORD nMaxFile; +// LPCTSTR lpstrTitle; +// DWORD Flags; +// LPCTSTR lpstrDefExt; +// } OPENFILENAME; /// functions BOOL isFocus(HWID); |