- Update to r53061
[reactos.git] / dll / cpl / main / main.c
index bf1eee2..379ab89 100644 (file)
@@ -12,9 +12,9 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 /* $Id$
  *
  * UPDATE HISTORY:
  *      05-01-2004  Created
  */
-#include <windows.h>
-#include <initguid.h>
-#include <devguid.h>
-#include <commctrl.h>
-#include <cpl.h>
-#include <cplext.h>
 
 #include "main.h"
-#include "resource.h"
-
 
 #define NUM_APPLETS    (2)
 
@@ -128,7 +120,7 @@ CPlApplet(HWND hwndCpl,
 }
 
 
-BOOL STDCALL
+BOOL WINAPI
 DllMain(HINSTANCE hinstDLL,
         DWORD dwReason,
         LPVOID lpReserved)