QuickStart.cpp (13ac6606) QuickStart.cpp (07a3d7f1)
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

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

47// Global Variables:
48HINSTANCE hInst; // current instance
49TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
50TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
51
52TCHAR szExitString[MAX_LOADSTRING];
53TCHAR szTooltipString[MAX_LOADSTRING];
54
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

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

47// Global Variables:
48HINSTANCE hInst; // current instance
49TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
50TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
51
52TCHAR szExitString[MAX_LOADSTRING];
53TCHAR szTooltipString[MAX_LOADSTRING];
54
55// Foward declarations of functions included in this code module:
55// Forward declarations of functions included in this code module:
56ATOM MyRegisterClass(HINSTANCE hInstance);
57BOOL InitInstance(HINSTANCE, int);
58LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
60
61bool SofficeRuns()
62{
63 // check for soffice by searching the communication window

--- 381 unchanged lines hidden ---
56ATOM MyRegisterClass(HINSTANCE hInstance);
57BOOL InitInstance(HINSTANCE, int);
58LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
60
61bool SofficeRuns()
62{
63 // check for soffice by searching the communication window

--- 381 unchanged lines hidden ---