1
0
mirror of synced 2024-09-28 21:16:09 +00:00
G940LEDControl/LogiJoystickDLL/LogiJoystickDLL/stdafx.h
Mark van Renswoude 2af968faef Release build for LogiJoystickDLL, directly exporting the LogiJoystick.lib functions
Note: LogiJoystick.pas has not been updated yet!
G940LEDControl intermediate check-in before XE conversion due to weird Delphi 2007 linker errors
2012-01-08 14:34:04 +00:00

5 lines
92 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "LogiJoystick.h"