diff options
Diffstat (limited to 'ftnoir_protocol_wine')
-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 |