vclxwindow1.cxx (b0724fc6) vclxwindow1.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

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

31#include <vcl/wrkwin.hxx>
32#endif
33#include <vcl/window.hxx>
34
35#ifdef WNT
36#include <tools/prewin.h>
37#include <windows.h>
38#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

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

31#include <vcl/wrkwin.hxx>
32#endif
33#include <vcl/window.hxx>
34
35#ifdef WNT
36#include <tools/prewin.h>
37#include <windows.h>
38#include <tools/postwin.h>
39#elif defined ( OS2 )
40#include <svpm.h>
39#elif defined ( QUARTZ )
40#include "premac.h"
41#include <Cocoa/Cocoa.h>
42#include "postmac.h"
43#endif
44#include <vcl/sysdata.hxx>
45
46/// helper method to set a window handle into a SystemParentData struct

--- 58 unchanged lines hidden ---
41#elif defined ( QUARTZ )
42#include "premac.h"
43#include <Cocoa/Cocoa.h>
44#include "postmac.h"
45#endif
46#include <vcl/sysdata.hxx>
47
48/// helper method to set a window handle into a SystemParentData struct

--- 58 unchanged lines hidden ---