Skip to content

Commit

Permalink
Update ScintillaDocument.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 authored Feb 4, 2024
1 parent f6995e9 commit d8f1067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scintilla/qt/ScintillaEdit/ScintillaDocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class WatcherHelper;
#define EXPORT_IMPORT_API __declspec(dllexport)
#else
// Defining dllimport upsets moc
#define EXPORT_IMPORT_API __declspec(dllimport)
//#define EXPORT_IMPORT_API
//#define EXPORT_IMPORT_API __declspec(dllimport)
#define EXPORT_IMPORT_API
#endif
#else
#define EXPORT_IMPORT_API
Expand Down

0 comments on commit d8f1067

Please sign in to comment.