summary refs log tree commit diff stats
path: root/src/gtk2-prefs/sys_win32.h
blob: 0a106690715a2ab79cb3aa26086cdfb498ff128b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
w"> EXPORTS > lua.def echo xchat_plugin_init >> lua.def echo xchat_plugin_deinit >> lua.def lua.obj: lua.c makefile.mak cl $(CFLAGS) /I.. /Dsnprintf=g_snprintf lua.c clean: del *.obj del *.dll del *.exp del *.lib