diff options
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index f45b5a5365..3f9d130e8e 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <commctrl.h>
#include <gdiplus.h>
#include <tom.h>
-#include <msapi\comptr.h>
+#include <msapi/comptr.h>
#include <io.h>
#include <fcntl.h>
@@ -70,8 +70,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_smileyadd.h>
#include <m_folders.h>
-#include "regexp\wcpattern.h"
-#include "regexp\wcmatcher.h"
+#include "regexp/wcpattern.h"
+#include "regexp/wcmatcher.h"
typedef WCPattern _TPattern;
typedef WCMatcher _TMatcher;
|