vclxsystemdependentwindow.cxx (b0724fc6) vclxsystemdependentwindow.cxx (27ead02a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34#include <toolkit/awt/vclxsystemdependentwindow.hxx>
35#include <toolkit/helper/macros.hxx>
36#include <cppuhelper/typeprovider.hxx>
37
38#ifdef WNT
39#include <tools/prewin.h>
40#include <windows.h>
41#include <tools/postwin.h>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34#include <toolkit/awt/vclxsystemdependentwindow.hxx>
35#include <toolkit/helper/macros.hxx>
36#include <cppuhelper/typeprovider.hxx>
37
38#ifdef WNT
39#include <tools/prewin.h>
40#include <windows.h>
41#include <tools/postwin.h>
42#elif defined ( OS2 )
43#include <svpm.h>
42#elif defined ( QUARTZ )
43#include "premac.h"
44#include <Cocoa/Cocoa.h>
45#include "postmac.h"
46#endif
47
48#include <vcl/syschild.hxx>
49#include <vcl/sysdata.hxx>

--- 71 unchanged lines hidden ---
44#elif defined ( QUARTZ )
45#include "premac.h"
46#include <Cocoa/Cocoa.h>
47#include "postmac.h"
48#endif
49
50#include <vcl/syschild.hxx>
51#include <vcl/sysdata.hxx>

--- 71 unchanged lines hidden ---