Skip to content

Commit

Permalink
Work under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samehkhamis committed Jul 24, 2015
1 parent 15ea0ec commit 9ec3db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtlua/qtluautils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extern "C" {
}
#include "qtluaconf.h"

#ifdef WIN32
#ifdef _WIN32
# ifdef libqtlua_EXPORTS
# define QTLUAAPI __declspec(dllexport)
# else
Expand Down
2 changes: 1 addition & 1 deletion qtutil/qtutilconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef QTUTILCONF_H
#define QTUTILCONF_H

#ifdef WIN32
#ifdef _WIN32
# ifdef libqtutil_EXPORTS
# define QTUTILAPI __declspec(dllexport)
# else
Expand Down

0 comments on commit 9ec3db1

Please sign in to comment.