diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 22:16:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 22:16:15 +0200 |
commit | 46568e0f208cb31ddf816724750a9c6bd73155f4 (patch) | |
tree | 450f7359e3d3fcfd5b2936aa46961d518629e743 /ftnoir_protocol_ft | |
parent | 699b39c86ffa54a2aa4c903e8334fe525b8a310b (diff) |
Fix include
Diffstat (limited to 'ftnoir_protocol_ft')
-rw-r--r-- | ftnoir_protocol_ft/fttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/fttypes.h b/ftnoir_protocol_ft/fttypes.h index 42cb729f..4a3be010 100644 --- a/ftnoir_protocol_ft/fttypes.h +++ b/ftnoir_protocol_ft/fttypes.h @@ -33,7 +33,7 @@ #ifndef INCLUDED_FTTYPES_H #define INCLUDED_FTTYPES_H -#include "Windows.h" +#include <windows.h> #include <tchar.h> #include <stdio.h> |