diff options
author | Andras Timar <atimar@suse.com> | 2013-02-17 08:35:13 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-17 08:35:13 +0100 |
commit | 7ee2857ab5daa791d36615d149ee562020b883eb (patch) | |
tree | 99ff08892492dbd20008fb0788ad35dc4848d950 /scp2 | |
parent | 2e367c0ae9a91a428222d229869785b26b739a63 (diff) |
scp2: CustomActions are not for MinGW, yet
Change-Id: Ic323ea935d45f7f58b36b314be8036c6b6342335
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index b55940ec6bbd..79e7ee9566c8 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1103,7 +1103,7 @@ File gid_File_Lib_Sfx Dir = SCP2_OOO_BIN_DIR; End -#ifdef WNT +#if defined(WNT) && defined(HAVE_WINDOWS_SDK) File gid_File_Lib_Instooofiltmsi LIB_FILE_BODY; |