Author: sserapion
Date: Sun Apr 11 15:14:55 2010
New Revision: 46839

URL: http://svn.reactos.org/svn/reactos?rev=46839&view=rev
Log:
Gross hack to work around broken autoexport.

Modified:
    
branches/ros-amd64-bringup/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild

Modified: 
branches/ros-amd64-bringup/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild?rev=46839&r1=46838&r2=46839&view=diff
==============================================================================
--- 
branches/ros-amd64-bringup/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
 [iso-8859-1] (original)
+++ 
branches/ros-amd64-bringup/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
 [iso-8859-1] Sun Apr 11 15:14:55 2010
@@ -5,6 +5,10 @@
        <include base="notifyhook">.</include>
        <define name="_NOTIFYHOOK_IMPL" />
        <library>user32</library>
+       <if property="ARCH" value="amd64">
+               <!-- Gross hack to work around broken autoexport -->
+               <define name="dllexport">aligned(1)</define>
+       </if>   
        <file>notifyhook.c</file>
        <file>notifyhook.rc</file>
 </module>


Reply via email to