server/windows/USBEventSvc/OpenSecUSBEventSvc/stdafx.h
changeset 7 903480cebdfb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/server/windows/USBEventSvc/OpenSecUSBEventSvc/stdafx.h	Tue Dec 03 18:04:46 2013 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +// stdafx.h : include file for standard system include files,
     1.5 +// or project specific include files that are used frequently, but
     1.6 +// are changed infrequently
     1.7 +//
     1.8 +
     1.9 +#pragma once
    1.10 +
    1.11 +#include "targetver.h"
    1.12 +
    1.13 +#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
    1.14 +// Windows Header Files:
    1.15 +#include <windows.h>
    1.16 +
    1.17 +// C RunTime Header Files
    1.18 +#include <stdlib.h>
    1.19 +#include <malloc.h>
    1.20 +#include <memory.h>
    1.21 +#include <tchar.h>
    1.22 +
    1.23 +
    1.24 +// TODO: reference additional headers your program requires here