shlinfo.rc (cc8deb09) shlinfo.rc (534c536d)
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

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

27
28#define VER_FIRSTYEAR 2010
29
30
31#if defined(OS2)
32
33#define OS2_VERSION "hello world"
34
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

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

27
28#define VER_FIRSTYEAR 2010
29
30
31#if defined(OS2)
32
33#define OS2_VERSION "hello world"
34
35// YD write some default code...
36MENU 1 BEGIN END
37
35#else
36
37#include <windows.h>
38#include "version.hrc"
39
40// -----------------------------------------------------------------------
41// version information
42// -----------------------------------------------------------------------

--- 67 unchanged lines hidden ---
38#else
39
40#include <windows.h>
41#include "version.hrc"
42
43// -----------------------------------------------------------------------
44// version information
45// -----------------------------------------------------------------------

--- 67 unchanged lines hidden ---