mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 04:00:19 +00:00
add gtk+ preference tool
This commit is contained in:
28
src/gtk2-prefs/sys_win32.h
Normal file
28
src/gtk2-prefs/sys_win32.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/***************************************************************************
|
||||
sys_win32.h - description
|
||||
-------------------
|
||||
begin : Wed Oct 22 2003
|
||||
copyright : (C) 2003 by Alex Shaduri, Irakli A. Elizbarashvili
|
||||
email : alex_sh@land.ru
|
||||
***************************************************************************/
|
||||
#ifndef SYS_WIN32_H
|
||||
#define SYS_WIN32_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user