diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 22:34:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 22:34:18 +0200 |
commit | 94678565d8699dcbff62eacbc984455eb9045d4c (patch) | |
tree | d7b4fbd76cdbd366faf21db74fb4cbda4c04cf3a | |
parent | 3f5a16fc2586f148b60a26a1ee26a601a2b7295f (diff) |
Remove cruft
-rw-r--r-- | ftnoir_protocol_wine/fttypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftnoir_protocol_wine/fttypes.h b/ftnoir_protocol_wine/fttypes.h index 4515fe95..5142c6a7 100644 --- a/ftnoir_protocol_wine/fttypes.h +++ b/ftnoir_protocol_wine/fttypes.h @@ -40,12 +40,7 @@ typedef TFreeTrackData * PFreetrackData; struct FTMemMap { TFreeTrackData data; - -#ifdef WIN64 - __int32 command; -#else HANDLE handle; -#endif char ProgramName[100]; // The name of the game char GameID[10]; // The international game-ID char FTNID[30]; // The FaceTrackNoIR game-ID |