| Revision 2805,
852 bytes
checked in by gtrant, 3 months ago
(diff) |
|
Update to 2013 and fixes in local compile
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Rev URL
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2013 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * |
|---|
| 6 | * This file is part of Eraser. |
|---|
| 7 | * |
|---|
| 8 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 9 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 10 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 11 | * version. |
|---|
| 12 | * |
|---|
| 13 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 14 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 15 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 16 | * |
|---|
| 17 | * A copy of the GNU General Public License can be found at |
|---|
| 18 | * <http://www.gnu.org/licenses/>. |
|---|
| 19 | */ |
|---|
| 20 | |
|---|
| 21 | #include <stdafx.h> |
|---|
| 22 | #include "Utils.h" |
|---|
| 23 | |
|---|
| 24 | HCURSOR BusyCursor::Cursor = NULL; |
|---|
| 25 | unsigned BusyCursor::Count = 0; |
|---|
Note: See
TracBrowser
for help on using the repository browser.