File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
**
3
3
** REBOL [R3] Language Interpreter and Run-time Environment
4
4
**
5
- ** Copyright 2019 Oldes
5
+ ** Copyright 2019-2023 Oldes
6
6
**
7
7
** Licensed under the Apache License, Version 2.0 (the "License");
8
8
** you may not use this file except in compliance with the License.
42
42
**
43
43
***********************************************************************/
44
44
{
45
- DecodeImageFromFile (uri , frame , codi );
45
+ DecodeImageFromFile (( PCWSTR * ) uri , frame , codi );
46
46
}
47
47
48
48
/***********************************************************************
53
53
**
54
54
***********************************************************************/
55
55
{
56
- EncodeImageToFile (uri , codi );
56
+ EncodeImageToFile (( PCWSTR * ) uri , codi );
57
57
}
58
58
59
59
/***********************************************************************
You can’t perform that action at this time.
0 commit comments